home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 114
/
macaddict114.cdr
/
Software
/
Graphics & Multimedia
/
artrage1.1.dmg
/
ArtRage.app
/
Contents
/
Info.plist
next >
Wrap
Extensible Markup Language
|
2005-07-13
|
1KB
|
54 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>.ptg</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>ARDocIcon</string>
<key>CFBundleTypeName</key>
<string>ArtRage Painting</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>PBPJ</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>ArtRage</string>
<key>CFBundleGetInfoString</key>
<string>ArtRage 1.1</string>
<key>CFBundleIconFile</key>
<string>ARIcon</string>
<key>CFBundleIdentifier</key>
<string>com.AmbientDesign.ArtRage</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>AR1.1</string>
<key>CFBundleSignature</key>
<string>ARTG</string>
<key>CFBundleVersion</key>
<string>1.1.2</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>